'Declaration Public Overloads Function Split( _
ByVal ParamArray separatorA character array that delimits the substrings in this string.() As Char _
) As DrawingString[]
public DrawingString[] Split(
params char[] separator
)
public: DrawingString*[] Split(
params char[]* separator
)
public:
DrawingString^[] Split(
... array<char>^ separator
)
Parameters
- separator
- A character array that delimits the substrings in this string.
Return Value
An array whose elements contain the substrings in this string that are delimited by one or more characters in separator.